home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / util2 / zipall11.zip / ZIPFLOPB.BAT < prev    next >
DOS Batch File  |  1993-05-02  |  566b  |  15 lines

  1. @echo off
  2. cls
  3. echo This batch file issues "PKZIP FLOPB A:\*.* -ex -rp -whs -Jhrs" to create a
  4. echo a file named FLOPB.ZIP in the current directory containing all the
  5. echo subdirectories and files on the floppy in the A: drive, including hidden
  6. echo and system files.  FLOPB.ZIP will be created in the current subdirctory.  
  7. echo.
  8. echo Insert source floppy in drive A:
  9. pause
  10. pkzip FLOPB a:\*.* -ex -rp -whs -Jhrs
  11. echo.   
  12. echo FLOPB.ZIP contains the entire contents of the floppy in Drive A:.
  13. echo Unzip this file using "PKUNZIP FLOPB -d -Jhrs"
  14. echo on
  15.